home *** CD-ROM | disk | FTP | other *** search
- object SplashScreen: TSplashScreen
- Left = 0
- Top = 0
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Splash Screen'
- ClientHeight = 156
- ClientWidth = 237
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SplashImage: TImageShape
- Left = 0
- Top = 0
- Width = 185
- Height = 121
- AutoSize = True
- Movable = False
- end
- object SplashTimer: TTimer
- OnTimer = SplashTimerTimer
- Left = 16
- Top = 64
- end
- end
-